home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / pock51.zip / TOUCH.BAT < prev    next >
DOS Batch File  |  1997-07-26  |  218b  |  13 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IhF^T %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo.
  8. echo Touch files matching specified filespec(s)
  9. echo usage: TOUCH f1 f2 f3..
  10. echo.
  11. :exit
  12.  
  13.